-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: drop python 3.8, add official 3.13 support #774
base: master
Are you sure you want to change the base?
ci: drop python 3.8, add official 3.13 support #774
Conversation
@clintonsteiner could we also add a CI build for |
Co-authored-by: Antti Kaihola <[email protected]>
Co-authored-by: Antti Kaihola <[email protected]>
Co-authored-by: Antti Kaihola <[email protected]>
@clintonsteiner could you rebase on |
Python 3.14-dev test is failing, Flynt 1.0.1 seems to be incompatible with the upcoming changes in the src/darker/help.py:28: in <module>
import flynt
flynt/__init__.py:7: in <module>
from flynt.cli import main
flynt/cli.py:11: in <module>
from flynt.api import fstringify, fstringify_code
flynt/api.py:14: in <module>
from flynt.code_editor import (
flynt/code_editor.py:17: in <module>
from flynt.transform.transform import transform_chunk
flynt/transform/transform.py:9: in <module>
from flynt.transform.FstringifyTransformer import fstringify_node
flynt/transform/FstringifyTransformer.py:8: in <module>
from flynt.transform.percent_transformer import is_percent_stringify, transform_binop
flynt/transform/percent_transformer.py:217: in <module>
ast.Str,
E AttributeError: module 'ast' has no attribute 'Str' |
It seems even Flynt's current So let's drop the Python 3.14-dev test for now, and add it into a separate waiting PR instead. |
master